home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime text / qttext / application files / comresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  2.5 KB  |  63 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for QTMusic application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13. #define IDS_APPNAME                     1
  14. #define IDS_DESCRIPTION                 2
  15. #define WINDOWMENU                      3
  16. #define IDS_FILTERSTRING                3
  17. #define IDS_SAVEDIALOG                  2000
  18. #define IDI_APPICON                     101
  19. #define IDI_CHILDICON                   102
  20. #define IDD_ABOUT                       103
  21. #define IDS_FILEMENU                    1000
  22. #define IDM_FILENEW                        1001
  23. #define IDM_FILEOPEN                    1002
  24. #define IDM_FILECLOSE                   1005
  25. #define IDM_FILESAVE                     1007
  26. #define IDM_FILESAVEAS                     1008
  27. #define IDM_EXIT                        1009
  28. #define IDS_EDITMENU                    1100
  29. #define IDM_EDITUNDO                    1101
  30. #define IDM_EDITCUT                     1102
  31. #define IDM_EDITCOPY                    1103
  32. #define IDM_EDITPASTE                   1104
  33. #define IDM_EDITCLEAR                   1105
  34. #define IDM_EDITSELECTALL               1106
  35.  
  36. // application-specific menu items;
  37. // these must coordinate with the Macintosh menu ID/menu item combo
  38. // for menus
  39. #define kTestMenu                        131
  40.  
  41. #define IDS_TESTMENU                      33536    //((kTestMenu<<8))
  42. #define IDM_SET_TEXT                    33537    //((kTestMenu<<8)+(1))
  43. #define IDM_FIND_TEXT                    33538    //((kTestMenu<<8)+(2))
  44. #define IDM_EDIT_TEXT                    33539    //((kTestMenu<<8)+(3))
  45. #define IDM_SEARCH_FORWARD                33541    //((kTestMenu<<8)+(5))
  46. #define IDM_SEARCH_BACKWARD                33542    //((kTestMenu<<8)+(6))
  47. #define IDM_WRAP_SEARCH                    33544    //((kTestMenu<<8)+(8))
  48. #define IDM_USE_CASE                    33545    //((kTestMenu<<8)+(9))
  49. #define IDM_ADD_TEXT_TRACK                33547    //((kTestMenu<<8)+(11))
  50. #define IDM_CUT_TEXT_TRACK                33548    //((kTestMenu<<8)+(12))
  51. #define IDM_CHAPTER_TRACK                33550    //((kTestMenu<<8)+(14))
  52.  
  53. #define IDS_WINDOWMENU                  1300
  54. #define IDM_WINDOWTILE                  1301
  55. #define IDM_WINDOWCASCADE               1302
  56. #define IDM_WINDOWCLOSEALL              1303
  57. #define IDM_WINDOWICONS                 1304
  58. #define IDM_WINDOWCHILD                 1310
  59. #define IDS_HELPMENU                    1400
  60. #define IDM_ABOUT                       1401
  61. #define IDC_STATIC                      -1
  62.  
  63.